home *** CD-ROM | disk | FTP | other *** search
- Path: uu4news.netcom.com!otsrvr!Ray_Robert
- From: Ray_Robert@ortel.org (Ray Robert)
- Reply-To: Ray_Robert@ortel.org
- Newsgroups: comp.lang.c
- Distribution: world
- Subject: Re: Comma Delimited function wanted
- Date: 11 Jan 1996 08:53:11 GMT
- Message-ID: <72666975.28221@ortel.org>
- Organization: Oregon Telcom
-
- >> Help with a comma delimited function needed.
- >> char buffer = "3740067099,914885AC2,P03,5000";
- >> [to be moved into] four char vars to put this into.
- >> char field1[20], field2[20], field3[20], field4[20];
-
- See documentation on sscanf(). This may be on the same page as scanf().
-